pattern n. 1.模范,榜樣;典范。 2.型,模型;模式;雛型;【冶金】原型。 3.花樣;式樣;(服裝裁剪的)紙樣;圖案,圖譜,圖表;機(jī)構(gòu),結(jié)構(gòu);特性曲線;晶體點(diǎn)陣;(電視的)幀面圖像。 4.方式;形式;格局;格調(diào)。 5.(衣料等的)樣品,樣本,樣板。 6.〔美國(guó)〕一件衣料。 7.(炮彈等的)散布面;靶子上的彈痕。 8.(飛機(jī)的)著陸航線。 a pattern wife 模范妻子。 a paper pattern for a dress 女服紙樣。 a machine of a new [an old] pattern新[舊]型機(jī)器。 a cropping pattern農(nóng)作制。 after the pattern of 仿…。 vt. 1.照?qǐng)D樣做;仿造,摹制 (after; upon)。 2.給…加花樣,用圖案裝飾。 3.〔英方〕與…相比 (to, with)。 vi. 形成圖案。 pattern oneself after 模仿,學(xué)…的榜樣。 adj. -ed 仿造的;被組成圖案的(patterned forms【語(yǔ)言學(xué)】 仿造詞)。 n. -ing 圖案結(jié)構(gòu),圖形;(行為等的)特有型式。 adj. -less 無(wú)圖案的。
A study of state pattern and other relevant concepts 國(guó)家形式及有關(guān)概念探討
The developing state pattern and its transition 發(fā)展型國(guó)家模式及其轉(zhuǎn)型
Using state pattern , we can classify objects dynamically . this is special important in context of billstate - oriented commercial domain 利用狀態(tài)模式對(duì)對(duì)象進(jìn)行動(dòng)態(tài)分類,在以單據(jù)狀態(tài)為核心的商業(yè)領(lǐng)域環(huán)境中,顯得尤為重要。
First , the normal state pattern length was fixed , which eliminated the negative influence brought by the uncertainty length of the partial system call sequence 第一,正常狀態(tài)模式的長(zhǎng)度固定,消除了局部系統(tǒng)調(diào)用序列長(zhǎng)度不固定帶來(lái)的負(fù)面影響。
In state - based process detection technique , the process is described by the process state sequence , and the process ’ normal state is described by the process state pattern ( psp ) . compared with the already known techniques , it has remarkable superiority 在論文給出的檢測(cè)技術(shù)中,進(jìn)程由進(jìn)程狀態(tài)序列來(lái)描述,進(jìn)程的正常狀態(tài)由進(jìn)程狀態(tài)模式( psp , processstatepattern )來(lái)刻畫,該技術(shù)和已有技術(shù)相比具有顯著的優(yōu)勢(shì)。
百科解釋
The state pattern, which closely resembles Strategy Pattern, is a behavioral software design pattern, also known as the objects for states pattern. This pattern is used in computer programming to encapsulate varying behavior for the same routine based on an object's state object.